Welcome![Sign In][Sign Up]
Location:
Search - matlab genetic network

Search list

[Other resourceGA(matlab)

Description: 遗传算法(GA)训练BP网络权值、阈值的matlab源码[matlab]-genetic algorithm (GA) BP training network value, the threshold value of the Matlab source [Matlab]
Platform: | Size: 3978 | Author: 才华 | Hits:

[matlabsars

Description: 该程序用遗传算法对人工神经网络进行优化,预测sars的变化趋势-the process of using genetic algorithms for artificial neural network optimization, forecasting the trend EX/108
Platform: | Size: 49152 | Author: 凯斯 | Hits:

[matlabGA(matlab)

Description: 遗传算法(GA)训练BP网络权值、阈值的matlab源码[matlab]-genetic algorithm (GA) BP training network value, the threshold value of the Matlab source [Matlab]
Platform: | Size: 4096 | Author: 才华 | Hits:

[matlabGPNN

Description: 遗传算法优化小波神经网络MATLAB 神经网络用于数字识别源程序 -genetic algorithm optimization wavelet neural network MATLAB neural network for digital identification of the source
Platform: | Size: 38912 | Author: 周金柱 | Hits:

[AI-NN-PRRBFApproach

Description: 基于遗传算法优化的RBF网络逼近程序,可以参考!希望能对大家有所帮助 -based on genetic algorithm optimization RBF network approximation procedures, they can refer to. The hope is to help everyone
Platform: | Size: 3072 | Author: luchen | Hits:

[source in ebookBPNN

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。 -As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function.
Platform: | Size: 2048 | Author: 王刚 | Hits:

[AI-NN-PRgabp

Description: 利用matlab编写的遗传算法优化神经网络权值的程序-Prepared using genetic algorithm matlab neural network weights optimization procedure
Platform: | Size: 2048 | Author: 刘辉 | Hits:

[matlabga_bpnn

Description: 利用遗传算法训练神经网络的matlab程序,可避免神经网络训练的局部最优问题。-The use of genetic algorithm matlab neural network training procedure can avoid the neural network training problem of local optimum.
Platform: | Size: 4096 | Author: lxdfox | Hits:

[AI-NN-PRGAandNN

Description: 一个很好的将遗传算法和神经网络结合的matlab程序-Will be a good genetic algorithm and neural network matlab combination of procedures
Platform: | Size: 4096 | Author: qiushili | Hits:

[matlabyichuan

Description: 递归遗传算法,可以非常有效的对神经网络的结构和初始权值进行优化。-Recursive genetic algorithm, can be very effective on the neural network structure and initial weights are optimized.
Platform: | Size: 2048 | Author: chenhuan | Hits:

[AI-NN-PRGA-BP-neural

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function. Procedures need to call gaot toolbox.
Platform: | Size: 4096 | Author: | Hits:

[AI-NN-PRga383

Description: 这个程序是关于遗传算法结合人工神经网络算法的源代码,可以作为研究人工智能的初学者或老手作为参考。-This procedure is combined with genetic algorithms on artificial neural network algorithm
Platform: | Size: 5120 | Author: stone | Hits:

[AI-NN-PRRBF_clustering

Description: 基于聚类算法的RBF网络预测matlab语言-Clustering algorithm based on the RBF network prediction matlab language
Platform: | Size: 1024 | Author: 范军 | Hits:

[AI-NN-PRmatlabtools

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab Genetic Algorithm Toolbox
Platform: | Size: 60416 | Author: yingengdog | Hits:

[AI-NN-PRgene_bpnn_xor

Description: 遗传算法与神经网络联合例程,可以接受修改使用-Genetic algorithm and neural network joint routines, can be modified to accept the use of
Platform: | Size: 4096 | Author: xiashuangzhi | Hits:

[AI-NN-PRnnToolKit_src

Description: nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊的算法需求。-nnToolKit neural network tool kit is based on the MATLAB neural network toolbox developed by a group of neural network algorithm library, which functions in the MATLAB environment can be run independently, and packaged into a DLL components, these components as a separate COM object, can be directly by Visual Basic, Visual C++, C++ Builder or other high-level language support COM quoted. The toolkit includes algorithms, including some of the BP algorithm to improve the algorithm, fuzzy neural network, wavelet neural networks, genetic algorithms to optimize neural network weights to improve the algorithm, if necessary, readers can also expand the tool kit, namely the expansion of some new function, the algorithm in order to achieve special needs.
Platform: | Size: 10865664 | Author: 魏建明 | Hits:

[AI-NN-PRCFA-Matlab

Description: 有关链路容量和流量优化分配的遗传算法 函数功能 使用遗传算法求解通信网链路容量和流量联合优化分配问题-Related to link capacity and flow of genetic algorithm to optimize the distribution function using genetic algorithm function communication network link capacity and traffic distribution of the joint optimization
Platform: | Size: 2048 | Author: huangmeichun | Hits:

[matlabwsnGeneticProgram

Description: 基于matlab遗传算法工具箱的无线传感器网络定位仿真程序-Matlab genetic algorithm toolbox based on wireless sensor network positioning simulation program
Platform: | Size: 2048 | Author: 张杰红 | Hits:

[matlab[matlab.ga.nn]

Description: 用matlab编写的遗传算法优化神经网络的经典程序-Prepared using matlab genetic algorithm optimization of the classical neural network program
Platform: | Size: 12288 | Author: | Hits:

[OtherAnalysis-of-MATLAB-neural-network

Description: 本书共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络,还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-The book consists of 30 MATLAB neural network case (including program can be run), including BP, RBF, SVM, SOM, Hopfield, LVQ, Elman, wavelet neural networks, etc. also contains the PSO (PSO), gray neural networks, fuzzy networks, probabilistic neural networks, genetic algorithm optimization and so on.
Platform: | Size: 28765184 | Author: 万二 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net